home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / rayshade / graphtal.lzh / Graphtal.Amiga / README < prev    next >
Text File  |  1992-11-20  |  2KB  |  57 lines

  1. Documentation
  2.  
  3. Documentation for the program is found in graphtal.1 in 
  4. [nt]roff form (process with the -man macros), and in graphtal.cat
  5. in lineprinter form.
  6.  
  7. Porting
  8.  
  9. The code has been compiled and tested using AT&T C++ 2.0, AT&T 3.0,
  10. Sun C++ 2.1, Sun C++ 3.0, g++ 2.2.2 on Sun Sparc Stations, with 
  11. AT&T C++ 2.0 on IBM RS/6000 and with DEC C++ 1.0 and g++ on a 
  12. DEC Station running ultrix.
  13.  
  14. To generate the parser and lexical analyser you will need the compiler
  15. tools bison and flex.
  16.  
  17. Examples
  18.  
  19. See the example directory for more information on the language used
  20. in graphtal. Some of them are drawn from the book:
  21. The Algorithmic Beauty of Plants by P. Prusinkiewicz and A. Lindenmayer
  22. (Springer Verlag).
  23.  
  24. Please send bugs (accompanied by L-systems causing them),
  25. interesting L-systems for inclusion in the release, enhancements,
  26. and suggestions to the author via email.
  27.  
  28. Acknowledgements
  29.  
  30. It's impossible to write a software package without refering to ideas 
  31. and code from other people's work. Here's the list with their names and
  32. distributions to graphtal:
  33.  
  34. - Craig E. Kolb who wrote the raytracer 'rayshade'. You'll find parts
  35.   of his intersection routines integrated in graphtal. Rayshade is
  36.   available by anonymous FTP in 
  37.   wuarchive.wustl.edu:/graphics/graphics/ray/rayshade.
  38.  
  39. - Jonathan P. Leech (leech@cs.unc.edu) who made the L-system package 
  40.   'lsys' available. His contributions are:
  41.  
  42.     - the idea and portions of the implementation of classes Value 
  43.       and Name,
  44.     - the SinCos function in class TransMatrix,
  45.     - portions of this README file and the man page,
  46.     - and a lot of inspirations.
  47.  
  48.   BTW:  'lsys' is available by anonymous FTP in
  49.     dopey.cs.unc.edu:pub/lsys.tar.Z or 
  50.     iuvax.cs.indiana.edu:pub/alive/software/unix/Lsys/lsys.tar.Z
  51.  
  52. Thank you very much.
  53.  
  54.  
  55. Christoph Streit (streit@iam.unibe.ch)
  56.  
  57.